Rebuild the doc only once at the beginning of the release target.
authorrobertl <robertl>
Tue, 4 Nov 2008 23:23:11 +0000 (23:23 +0000)
committerrobertl <robertl>
Tue, 4 Nov 2008 23:23:11 +0000 (23:23 +0000)
Makefile.in

index 2cae15297cbc3039891e4c4368d59e9efa75a529..d5347802b1abf18be42665ce350de0f44cb67810 100644 (file)
@@ -224,8 +224,8 @@ gpsbabel.pdf: gpsbabel.fo
        cp gpsbabel.pdf $(WEB)/htmldoc-$(DOCVERSION)/gpsbabel-$(DOCVERSION).pdf
 
 
-gpsbabel.html: FORCE gpsbabel
-       perl xmldoc/makedoc
+gpsbabel.html: FORCE gpsbabel
+       perl xmldoc/makedoc
        xsltproc \
          --output $@ \
          --stringparam toc.section.depth "1" \
@@ -258,7 +258,7 @@ release-sourcecheck: changes.html
        ./chkdoc
        make clean
        rm -fr gpsbabel-$(VERSIOND)
-#rjl   make gpsbabel doc gpsbabel.html
+       make gpsbabel doc gpsbabel.html
        @(. tools/functions && ask "Enter 'y' to tag the tree as gpsbabel_$(VERSIONU)." "y") && cvs tag -F gpsbabel_$(VERSIONU) ; exit 0
        cvs export -r gpsbabel_$(VERSIONU) -d gpsbabel-$(VERSIOND) gpsbabel
        touch gpsbabel-$(VERSIOND)/internal_styles.c